home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-28 | 660 b | 32 lines | [TEXT/CWIE] |
- // Source code for Klingon Clock. Copyright (C) 1996-1997
- // Charles H. Hemstreet IV
- //
- // Started at MacHack 1996
- // Completed at MacHack 1997
- //
- // Best thanks to:
- // My wife Regie, son Chad and baby
- // Other thanks to Elden Wood and Bob Clark
- //
- // This code is distributed "as-is" and implies no warranty or guarantee.
-
-
- #ifndef __INIT__
- #include "init.h"
- #endif
-
-
- void Initialize(void)
- {
- /* Initialize all the needed managers. */
- InitGraf(&qd.thePort);
-
- // Bob, since you took out all the code below this
- // line, I had to fill this routine with something.
- // This comments for you!
-
- // Another Mountain Dew to smooth out the Jolt please!
- }
-
-
-